Wizard
The Sitecore Wizard module provides an example Sitecore configuration wizard, complete with source code, as a head start to creating custom wizards for your own purposes. The sample wizard provides examples of several common features, including:
- Standard Sitecore wizard look and feel, including a start page and standard buttons (Back, Next, and Cancel). If a user has indicated that start pages should be skipped by default, the wizard automatically skips the start page.
- A step shown only when the wizard is run automatically after a package installation.
- A step shown only when the wizard is run within a site built with a Sitecore starter kit.
- A page with toggles which enable or disable other pages.
- A page which allows the user to select an item in the content tree and optionally create a sub-item under the selected item.
- A page which allows the user to select a set of templates.
- A page which collects information using toggle buttons, radio buttons, and text fields.
- A page which offers a summary of selected options.
- Methods that demonstrate adding and removing presentation objects to the layout settings of a specific item.
| |
This guide describes how to install, configure, and customize this module. |
| |
Download the Wizard Module as a Sitecore Package. |
| |
The Trac environment for the Wizard module. |